home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_TOOLS / SNIPPIT.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1993-12-15  |  2.9 KB  |  54 lines

  1. WARNING: Snippits is written in BASIC. If you enjoy Snippits and find it
  2. useful, please let me know. I would like to convert it to C++, and I will,
  3. but only if I get some good feedback first.
  4.  
  5. Copyright: There is none. Copy it all day long, I don't care.
  6.  
  7. Required Files:
  8.         VBDB300.DLL     (Included. Should be copied to your Windows\SYSTEM
  9.                          directory.)
  10.         VBRUN300.DLL    (Not Included). Available from Microsoft forums on
  11.                          CompuServe and the Microsoft Download Service.
  12.                          Should also be copied to Windows\SYSTEM directory.
  13.         MSAJT110.DLL    (Not Included). Available from Microsoft forums on
  14.                          CompuServe and the Microsoft Download Service.
  15.         MSAES110.DLL    (Included). Should be copied to your Windows\SYSTEM
  16.                          directory.)
  17.         ***** NOTE *****
  18.         If you have Visual Basic 3.0 Professional or Microsoft Access 1.1
  19.         installed on your system, you already have MSAJT110.DLL and
  20.         MSAES110.DLL. At least you should, if you plan on using either
  21.         product!
  22.  
  23. Installing Snippits:
  24.         1) Copy the above files to the appropriate locations.
  25.         2) Put SNIPPITS.MDB and SNIPPITS.EXE in the SAME directory.
  26.            (Any directory is OK)
  27.  
  28. Running Snippits:
  29.         Snippits is simple. Enter a few keywords or a description. For
  30.         example: If you need to look up examples of creating a Window
  31.         Class enter: WndClass. Click Find and Snippits will search through
  32.         the database looking for this word in the description fields. It
  33.         will not look in each code snippit (This would take too long,
  34.         especially written in BASIC. Maybe for the next cut in C++).
  35.         You will be presented with a list of snippits that contain the word
  36.         WndClass in the description. Double-Click the snippit in the list
  37.         box to have the full code snippit displayed to the right. You can
  38.         now edit, update, save and print the snippit. If you would like to
  39.         see more of the snippit than is displayed on your screen, select
  40.         Zoom from the Snippits pull-down menu, or double click anywhere in
  41.         the snippit text. This will bring up the Zoom Window with the
  42.         snippit displayed. You can edit here also. If you make any changes
  43.         to the snippit, make sure to click Update! before returning to
  44.         the main screen. This will copy the Zoom window to the main snippit
  45.         window. If you want to update this snippit permanently, click on
  46.         Update on the main screen. That's about it. Have fun!
  47.  
  48. Contacting Me:
  49.         Please contact me with suggestion, tips, threats, etc. at
  50.         CompuServe address 71431,2243. Let me know if this is a utility that
  51.         you can use. I wrote it for myself, but I will be happy to better it
  52.         if people use it!
  53.  
  54.